PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureTree Class / mapObjectReference Method / mapObjectReference(PDFImage,PDFStructureElement) Method
The image that acts as a content item for the structure element.
The structure element that has a as children, Object reference that points to the image.
In This Topic
    mapObjectReference(PDFImage,PDFStructureElement) Method
    In This Topic
    Adds a mapping between an image and a structure element.
    Syntax
    public void mapObjectReference( 
       PDFImage image,
       PDFStructureElement structureElement
    )

    Parameters

    image
    The image that acts as a content item for the structure element.
    structureElement
    The structure element that has a as children, Object reference that points to the image.
    See Also